home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Super OZ Shareware: Games
/
SuperOZ Shareware, Games Volume 1.iso
/
arcade
/
AK
/
CCR.ZIP
/
FORMAT.T
< prev
next >
Wrap
Text File
|
1993-01-23
|
206b
|
24 lines
/*
* Formatting commands
*/
/*
* End of paragraph
*/
P: function
{
if (global.doublespace)
"\b";
else
"\n";
}
/*
* Indent
*/
I: function
{
if (global.indent)
"\t";
}